Kotools Types
4.3.1
4.5.3
4.5.2
4.5.1
4.5.0
4.4.2
4.3.1
4.2.0
4.1.0
4.0.1
3.2.0
2.0.0
1.3.1
Kotools Types
/
kotools.types.number
/
rem
rem
@
SinceKotoolsTypes
(
version
=
"4.1"
)
operator
fun
AnyInt
.
rem
(
other
:
NonZeroInt
)
:
Int
@
SinceKotoolsTypes
(
version
=
"4.1"
)
operator
fun
NegativeInt
.
rem
(
other
:
NonZeroInt
)
:
NegativeInt
@
SinceKotoolsTypes
(
version
=
"4.1"
)
operator
fun
Int
.
rem
(
other
:
NonZeroInt
)
:
Int
@
SinceKotoolsTypes
(
version
=
"4.1"
)
operator
fun
PositiveInt
.
rem
(
other
:
NonZeroInt
)
:
PositiveInt
Calculates the remainder of truncating division of this integer by the
other
one.